Package-level declarations
Types
One selectable entry of a StylishCommandPalette.
Functions
A modal alert dialog that prompts the user for a decision, wrapping the Material 3 AlertDialog with Stylish defaults.
A modal bottom sheet styled with the Stylish design language — rounded top corners from StylishTheme.dimensions.connectedCornerRadius and theme-aware container colors.
A searchable command palette — the web "Command/⌘K" pattern from shadcn/ui (cmdk) and Radix UI.
A connected segmented control for mutually exclusive selection among a small set of options.
A confirmation dialog for destructive delete operations.
A confirm/cancel button row for the bottom of a dialog.
A dismissible navigation drawer with Stylish theme defaults, wrapping the Material 3 DismissibleNavigationDrawer.
A hover-triggered info card — the web "HoverCard" pattern from Radix UI and shadcn/ui.
A modal navigation drawer with Stylish theme defaults, wrapping the Material 3 ModalNavigationDrawer.
A row of multi-select segmented buttons, wrapping the Material 3 MultiChoiceSegmentedButtonRow with Stylish defaults.
A bottom navigation bar that displays a row of StylishNavigationItem destinations. Each destination shows an icon, a label, and an optional badge. The selected destination is highlighted with an animated pill behind its icon and the primary content color.
A Material 3 navigation rail with Stylish theme defaults.
A single destination inside StylishNavigationRail, wrapping the Material 3 NavigationRailItem with M3 default colors.
A permanent navigation drawer with Stylish theme defaults, wrapping the Material 3 PermanentNavigationDrawer.
An inline confirmation anchored to a trigger — the web "Popconfirm" pattern from Ant Design.
A popover — anchored floating content for arbitrary use (filters, calendars, help text) — the MUI Popover / Radix Popover counterpart.
A search bar with a collapsed input field and an expanded results panel, wrapping the Material 3 SearchBar with Stylish defaults.
A single multi-select option inside StylishMultiChoiceSegmentedButtonRow, wrapping the Material 3 multi-choice androidx.compose.material3.SegmentedButton.
A single mutually exclusive option inside StylishSingleChoiceSegmentedButtonRow, wrapping the Material 3 single-choice androidx.compose.material3.SegmentedButton.
A Material 3 short navigation bar with Stylish theme defaults.
A single destination inside StylishShortNavigationBar, wrapping the Material 3 ShortNavigationBarItem with M3 default colors.
A row of mutually exclusive segmented buttons, wrapping the Material 3 SingleChoiceSegmentedButtonRow with Stylish defaults.
A horizontally scrollable row of tab-like chips for switching between views within a page. Each tab is rendered as a StylishChip with animated selection, making this a lightweight alternative to StylishConnectedSegmentedControl when the number of tabs is dynamic or exceeds the screen width.